/* #Site Styles
================================================== */

body {
    background: #222;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

#form1 {
    margin: 0;
    padding: 0;
    overflow: hidden ;
}

/* HEADER */
.fixed-top {
    background: #222;
    position: relative;
    width: 100%;
    z-index: 2300;
    height: 70px;
    box-sizing: border-box ;
    transition: all ease 0.3s;
}

.header-wrap {
    height: 70px;
    padding: 0rem 2rem;
}

body.stuck .fixed-top {
    background: rgba(34, 34, 34, 0.96);
    position: fixed;
    height: 70px;
    top:0;
    box-shadow: 0px 0px 20px #000;
}

body.stuck .header-wrap {
    height: 70px;
}

#logo {
    position: relative ;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

#logo img {
    height: 35px;
    display: block;
    transition: all ease 0.3s;
}

body.stuck #logo img {
    height: 35px;

}

/* Larger than tablet */
@media (min-width: 800px) {

    .fixed-top {
        height: 141px;
    }

    .header-wrap {
        height: 100px;
        padding: 0rem 2rem;
    }

    .header-top {
        padding: 0rem 4rem;
    }

    #logo img {
        height: 50px;
    }
}

#logo .qbr-logo {
    display: none;
}

#nav {
    position: relative ;
    background: rgba(68, 68, 68, 0.95);
    z-index: 3300;
    padding: 1rem 0;
}

.tagline-wrap {
    background: #333;
    color: #fff;
    padding: 1rem 2rem;
    text-align: center;
    box-sizing: border-box ;
}

#tagline h2 {
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    margin: 0;
    letter-spacing: 0px;
    font-weight: 400;
}

#tagline em {
    margin: 0;
    padding-top: .25rem;
    padding-left: 0rem;
    font-size: 1.2rem;
    opacity: 0.8;
    display: block;
    font-family: 'Roboto', sans-serif ;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {

    #tagline h2 {
        font-size: 2rem;
    }

    #tagline em {
        padding-left: 1rem;
        padding-top: 0;
        font-size: 1.5rem;
        display: inline-block;
    }
}

.nav-wrap {
    padding: 0;
    position: relative;
    z-index: 2300;
    background: #222;
}

/* CONTENT */

.content-wrap {
    background: #fff;

}

#content {
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    background: #fff;
}

.banner-wrap {
    padding: 2rem 0;
    text-align: center;
    background: #eee;
    background-size: 100%;
    text-align: center;
    position: relative;
    z-index: 400;
}

.banner-wrap img {
    display: block;
    border: 1px solid #ccc;
}

.banner-wrap .award {
    background: url(../Userfiles/template/award.png) no-repeat;
    width: 14vw;
    height: 250px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 300;
}

.banner-wrap {
    background: #eee;
}

.footer-banner {
    padding-bottom: 4rem;

}

.header-curve,
.footer-curve {
    text-align: center;
    width: 110% !important;
    max-width: 110% !important;
    display: block;
    z-index: 300;
    left: -5%;
    margin-top: -1px;
    position: relative ;
}

body.pages .header-curve {
    background: #fff;
}

.footer-curve {
    background: #fff;
    padding-top: 2rem;
}

.banner-wrap table {
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
}

.banner-wrap table td {
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
    padding: 0;
}

.banner-wrap table img {
    box-sizing: border-box;
    max-height: 120px;
    display: block;
}

.section-wrap {
    position: relative ;
    overflow: hidden ;
}

/* Video Book Channel */

.section-wrap1 {
    position: relative;
    margin-top: -6.2vw;
    z-index: 200;
    transition: margin-top ease 0.3s;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .section-wrap1 {
        position: relative;
        z-index: 200;
        transition: margin-top ease 0.3s;
    }

    .video-responsive {
        padding-bottom: 56.25%;
    }
}

.video-cover {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 200;
    height: 100%;
    cursor: pointer;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    transition: all ease 0.3s;
}

.video-cover:hover {
    background: rgba(0, 0, 0, 0.5);
}

.video-playing .video-cover {
    display: none;
}

.video-text {
    position: absolute;
    left: 0;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box ;
    padding: 0 2rem;
    font-size: 2rem;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .video-text {
        padding: 0 10rem;
        font-size: 4rem;
    }
}

.section-wrap h3 {
    font-size: 7vw;
    padding: .5rem 2rem;
    color: #fff;
    background: #890000;
    display: inline-block;
    z-index: 300;
    position: relative ;
}

.video-text .button {
    display: block;
    width: 160px;
    margin: 0 auto;

}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .section-wrap h3 {
        font-size: 5rem;
    }
}

/* Featured Book */
.section-wrap2 {
    padding: 6rem 0;
    z-index: 300;
    padding-bottom: 10rem;
    position: relative ;
}

.section-wrap2 #userreviews {
    display: none;
}

.section-wrap2 .bg-image {
    position: absolute;
    left: 0;
    top: -25%;
    width: 100%;
    height: 150%;
    background-size: cover;
    background-attachment: fixed;
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.section-wrap2 .bg-image:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
}

/* Reviews By Genre */

.section-wrap3 {
    text-align: center;
    padding: 4rem .5rem;
    z-index: 300;
    padding-bottom: 0;
    margin-top: -130px;
    position: relative ;
}

.section-wrap3 table {
    left: -.25rem;
    position: relative ;
}

#content .section-wrap3 table td {
    display: block;
    padding: 2rem 1rem;
    padding-right: .5rem;
    margin: 0;
    box-sizing: border-box ;
    float: left;
    width: 50% !important;
    text-align: center;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {

    #content .section-wrap3 table td {
        width: 25% !important;
    }
}

.section-wrap3 td img {
    top: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    position: relative ;
    transition: all ease 0.3s;
}

.section-wrap3 td img:hover {
    top: -30px;
}

.section-wrap3 td p {
    padding: 0;
    margin: 0;
}

.section-wrap3 h3 {
    top: 60px;
}

.section-wrap3 h2 {
    font-size: 2rem;
    margin-bottom: 0;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .section-wrap3 h2 {
        font-size: 2vw;
    }
}

/* Newsflash Section */
.section-wrap4 {
    text-align: center;
    padding: 4rem 0;
    background: #eee;
}

.section-wrap4 .container {
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* MAIN */
#main {}

/* RIGHT SIDE */
#right-side {
    min-height: 500px;
}

#right-side .banners {
    margin-bottom: 20px;
}

/* FOOTER */
.footer-wrap {
    padding: 6rem 0;
    background: #333;
    text-align: center;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .footer-wrap {
        text-align: left;
    }
}

.footer-wrap a {
    color: #fff;
}

#footer-logo img {
    width: 100%;
}

#footer-nav {
    padding-top: 0px;
}

#footer-nav .social {
    margin-right: 5px;
    border-radius: 2rem;
    padding: 2rem 0;
    padding-bottom: 3rem;
}

#footer-nav .social a {
    display: inline-block ;
    background: #fff;
    border-radius: 10rem;
    width: 24px;
    color: #333;
    margin: 0 .4rem;
    text-align: center;
    line-height: 24px;
    font-size: 1.4rem;
    transition: all ease .3s;
}

#footer-nav .social a:hover {
    background: #999;
}

/* CREDITS */
.credits-wrap {
    padding: 2rem 0;
    padding-bottom: 6rem;
    color: #777;
    background: #222;
    text-align: center;
}

.credits-wrap a {
    color: #777;
}

.credits {
    position: relative;
    text-align: left
}

/* Blog */

/* Featured News Flash */

.recent-post {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #eee;
}

.recent-post h4 {
    margin: 0;
    margin-bottom: 1rem;
}

.recent-post .post-date {
    font-style: italic ;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.recent-post .post-content {
    padding: 0 5vw;
}

.blog-post-wrap .post-content {
    padding: 0;
}

/* Video Book Channel Page */

body.page75825 .video-responsive {
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 1rem;
}

.video-list-wrap {}

.video-filter-bar {
    margin-bottom: 2rem;
}

.video-filter-bar a {
    text-decoration: none ;
}

.video-filter-bar a:hover {
    text-decoration: underline ;
}

.video-filter-bar ul,
.video-filter-bar li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.video-filter-bar li.selected {
    font-weight: 600;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 500px) {

    .video-filter-bar li {
        float: left;
        padding-right: 2rem;
    }
}

.no-results {
    text-align: center;
    padding: 2rem;
    padding-bottom: 0;

}

.video-thumbnail-wrap {
    width: calc(50% - 1rem);
    box-sizing: border-box ;
    float: left;
    margin: .5rem;
    text-align: center;
    position: relative ;
    cursor: pointer;
    display: block;
    overflow: hidden ;
}

.video-thumbnail-wrap .video-title {
    position: absolute;
    left: 0;
    bottom: -300%;
    width: 100%;
    height: 100%;
    background: rgba(137, 0, 0, 0.90);
    box-sizing: border-box ;
    transition: ease bottom 0.3s;
}

.video-thumbnail-wrap:hover .video-title {
    bottom: 0;
}

.video-thumbnail-wrap .video-title h6 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 2rem;
    padding: 2rem;
    box-sizing: border-box ;
    vertical-align: center;
    cursor: pointer;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {



    .video-thumbnail-wrap {
        width: calc(33.3% - 1rem);
    }

    body.page75825 .video-responsive {
        float: left;
        width: calc(50% - 1rem);
        padding-bottom: 27%;
        margin: .5rem;
    }
}

/* #Page Styles
================================================== */

.text-box {
    min-height: 200px;
    background: #eeeeee;
    padding: 10px;
    padding-top: 0;
}

#right-side .text-box {
    min-height: 500px;
}

#right-side .text-box h3 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.text-box h3 {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

/* Notfication Banner */
#notification {
    width: 100%;
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    padding: 1rem 0rem;
    background: #890000;
    position: relative;
    box-sizing: border-box;
    z-index: 2300;
    color:#fff;
    text-align: center;
}

#notification .container {
    padding-right: 30px;
    box-sizing: border-box;
}

#notification p {
    margin: 0;
    padding: 0;
}

#notification a {
    text-decoration: underline;
        color:#fff;
}

#notification .button {
    background: #fff;
    color:#890000;
    margin: 0 2rem;
}

#notification .notification-close {
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 20px;
    font-size: 2rem;
    display: block;
    right: 2rem;
    border-radius: 100px;
}

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}




